@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*네비바 홈이랑 뭔가 달라서 조금 수정함*/
.navber__menu li{
    margin-top: 6px;
}



/* 컨텐츠 */
.contents {
    background-color: hsl(51, 100%, 72%);
    width: 100%;
    height: 3300px;
    position: relative;
    margin-top: -80px;
}

.contents .container {
    width: 1300px;
    position: relative;
    margin-top: 0px;
    margin: 0 auto;
}


.bk2 {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: -900;
    width: 100%;
}

.bk2 img {
    width: 100%;
}


/* top */
section.top {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    font-family: 'Noto Sans KR', sans-serif;
}

section.top .page {
    padding-top: 50px;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #171717;
}

section.top .page div:hover a {
    text-decoration: underline;
}

section.top .page .prev {}

section.top .page .next {}

section.top h1 {
    letter-spacing: -1px;
    margin-top: 80px;
    font-size: 30px;
    font-weight: 500;
    color: #1e1e1e;
}

section.top p {
    margin-top: 30px;
    line-height: 25px;
    font-size: 15px;
    color: #1a1a1a;
    display: inline-block;
}

section.top span {
    margin-left: 92%;
}

section.top span:hover a {
    text-decoration: underline;
}

/* 카누 영상 */
section.bk_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;  
}

section.bk_img video.vid_kanu {
    width: 100%;
    height: auto;
}

/* 작업기간~ */
section .project {
    width: 100%;
    height: 300px;
    font-family: 'Noto Sans KR', sans-serif;
}

section .project p {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: -1px;
    line-height: 30px;
}

section .project p:nth-child(1) {
    padding-top: 80px;
}

section .project p b {
    padding-right: 10px;
    color: #1d920b;
}

/* Design_Guide */
section.Design_Guide {
    width: 100%;
    height: 1000px;
    margin-top: 80px;
}

section.Design_Guide h2 {
    font-size: 28px;
    font-family: 'NanumSquareBold';
    color: #1d920b;
}

section.Design_Guide .style {
    width: 70%;
    height: 800px;
    margin: 0 auto;
    margin-top: 80px;
}

section.Design_Guide .style .motif {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    display: flex;
    justify-content: left;
}


section.Design_Guide .style .Panel {
    width: 100%;
    box-shadow:0px 7px 10px rgba(0, 0, 0, 0.154);
}

section.Design_Guide .style .motif b {
    /* color: #555; */
    color: goldenrod;
    font-family: 'NanumSquareBold';
}

section.Design_Guide .style .motif p {
    width: 80%;
    height: 100%;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-left: 28px;
    margin-top: 10px;
    color: #333;
}

section.Design_Guide .style .font {
    width: 100%;
    height: 180px;
    font-size: 18px;
    display: flex;
    justify-content: left;
    margin-top: 70px;
}

section.Design_Guide .style .font>b {
    /* color: #555; */
    color: goldenrod;
    font-family: 'NanumSquareBold';
}

section.Design_Guide .style .font .font_box {
    width: 65%;
    height: 180px;
    background: #e9e9e9;
    border-radius: 40px;
    margin-left: 50px;
    display: flex;
    justify-content: left;
}


section.Design_Guide .style .font .font_box b {
    line-height: 23px;
    width: 24%;
    height: 50px;
    font-size: 18px;
    letter-spacing: -1px;
    margin-left: 50px;
    margin-top: 12%;
}

section.Design_Guide .style .font .font_box .in {
    width: 70%;
    height: 120px;
    margin-top: 30px;
    border-left: 2px solid rgb(136, 136, 136);
    margin-left: 50px;
}

section.Design_Guide .style .font .font_box .in p {
    margin-left: 50px;
    padding: 10px;
}

section.Design_Guide .style .font .font_box .in p:nth-child(1) {
    font-family: 'NanumSquareRound';
    font-weight: 300;
}

section.Design_Guide .style .font .font_box .in p span {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 18px;
}

section.Design_Guide .style .font .font_box .in p:nth-child(2) {
    font-family: 'NanumSquareRoundBold';
    font-weight: 500;
    font-size: 20px;
}

section.Design_Guide .style .font .font_box .in p:nth-child(3) {
    font-family: 'NanumSquareRoundExtraBold';
    font-weight: 700;
    font-size: 28px;
}


section.Design_Guide .style .color {
    width: 100%;
    height: 120px;
    font-size: 18px;
    display: flex;
    justify-content: left;
    flex-flow: column;
    margin-top: 70px;

}

section.Design_Guide .style .color b {
    /*  color: #555; */
    color: goldenrod;
    font-family: 'NanumSquareBold';
}

section.Design_Guide .style .color p {
    margin-top: -20px;
    width: 60%;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-left: 140px;
    color: #333;

}

section.Design_Guide .style .color img {
    width: 20%;
    height: 50px;
    margin-top: 25px;
    margin-left: 140px;
    /* position: absolute; */
}



/* 페르소나 */
section.persona {
    width: 100%;
    height: 500px;
}

section.persona h2 {
    font-size: 28px;
    font-family: 'NanumSquareBold';
    margin-bottom: 80px;
}

.persona img {
    width: 40%;
    vertical-align: top;
    transition: all 0.7s;
}

.persona a:hover img {
    transform: scale(1.1);
    box-shadow: 10px 10px 10px #ddd;
}


/* view */

.view {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 200px;
}

/* 
.view h2{
    font-size: 28px;
    margin-top: 30px;
    font-family: 'NanumSquareBold';
} */

.view img {
    width: 40%;
    margin-left: 30%;
    margin-top: 5%;
}

.view span {
    margin-left: 50px;
    font-family: 'NanumSquareBold';
    color: #d72734;
    font-size: 18px;
}

.view span:hover a {
    text-decoration: underline;
}

.ddd {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    scale: 100%;
}



@media screen and (max-width:1157px){
    .contents .container {
        width: 95%;
    }
    section.top span{
        margin-left: 90%;
    }
}

@media screen and (max-width:1280px) {
    .contents {
        height: 3000px;
    }

    .ddd {
        width: 100%;
        height: 700px;
    }

    .contents .container {
        width: 87%;
    }

    section .project {
        width: 90%;
        height: 300px;
        margin: 0 auto;
        /*  font-family: 'Noto Sans KR', sans-serif; */
    }

    section.bk_img {
        width: 87%;
        height: auto;
    }

    section.bk_img img {
        width: 100%;
        height: auto;
    }


    /* Design_Guide */
    section.Design_Guide {
        width: 87%;
        margin: 0 auto;
        position: relative;
    }

    /* section.Design_Guide h2 {
         font-size: 28px;
         font-family: 'NanumSquareBold';
     } */

    section.Design_Guide .style {
        width: 90%;
        height: 400px;
        /* margin: 0 auto; */
        margin-top: 70px;
        position: absolute;
        z-index: 9999;
    }

    section.Design_Guide .style .motif {
        width: 100%;
        height: 50px;
        font-size: 17px;
        line-height: 20px;
    }

    section.Design_Guide .style .motif b {
        width: 18%;
    }

    section.Design_Guide .style .motif p {
        width: 92%;
        height: 100%;
        font-size: 14px;
        line-height: 25px;
        margin-left: 30px;
        margin-top: 0;
    }

    section.Design_Guide .style .font {
        width: 100%;
        height: 170px;
        font-size: 17px;
        display: flex;
        justify-content: left;
        margin-top: 70px;
    }

    section.Design_Guide .style .font>b {
        width: 12%;
    }

    section.Design_Guide .style .font .font_box {
        width: 80%;
        height: 170px;
        /* border-radius: 40px; */
        margin-left: 50px;
    }


    section.Design_Guide .style .font .font_box b {
        line-height: 28px;
        height: 28px;
        width: 28%;
        font-size: 18px;
        letter-spacing: -1px;
        margin-left: 22px;
        margin-top: 10%;
    }

    section.Design_Guide .style .font .font_box .in {
        width: 100%;
        height: 115px;
        margin-top: 30px;
        border-left: 2px solid rgb(136, 136, 136);
        margin-left: 10px;
    }

    section.Design_Guide .style .font .font_box .in p {
        margin-left: 40px;
        padding: 9px;
    }

    section.Design_Guide .style .font .font_box .in p:nth-child(1) {
        font-family: 'NanumSquareRound';
        font-weight: 300;
        font-size: 16px;
    }

    section.Design_Guide .style .font .font_box .in p span {
        /* font-family: 'Noto Sans KR', sans-serif;
         font-weight: 400; */
        margin-left: 18px;
        font-size: 12px;
    }

    section.Design_Guide .style .font .font_box .in p:nth-child(2) {
        font-family: 'NanumSquareRound';
        font-weight: bold;
        font-size: 17px;
    }

    section.Design_Guide .style .font .font_box .in p:nth-child(3) {
        font-family: 'NanumSquareRound';
        font-weight: 700;
        font-size: 22px;
    }


    section.Design_Guide .style .color {
        width: 100%;
        height: 120px;
        font-size: 18px;
        display: flex;
        justify-content: left;
        flex-flow: column;
        margin-top: 50px;

    }

    section.Design_Guide .style .color b {
        /* color: goldenrod;
         font-family: 'NanumSquareBold'; */
    }

    section.Design_Guide .style .color p {
        margin-top: -20px;
        width: 60%;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
        font-family: 'Noto Sans KR', sans-serif;
        margin-left: 140px;
        color: #333;
    }

    section.Design_Guide .style .color img {
        width: 25%;
        height: 52px;
        /* margin-top: 25px;
         margin-left: 140px; */
    }

    /* 페르소나 */
    section.persona {
        width: 87%;
        height: 700px;
        /* display: flex;
         justify-content: left;
         flex-flow: column; */
        margin: 0 auto;
    }

    section.persona h2 {
        /* font-size: 28px;
         font-family: 'NanumSquareBold'; */
    }

    section.persona p {
        width: 70%;
        /*  height: 30px; */
        font-size: 15px;
        /*  font-weight: 400; */
        /* line-height: 30px;
         font-family: 'Noto Sans KR', sans-serif; */
        margin-top: 20px;
        margin-left: 40px;
        /* color: #555; */
    }

    section.persona img {
        margin-left: 0;
        width: 70%;
        /* margin: 0 auto;
         margin-top: 20px; */
    }


    /* preview */
    .view {
        width: 90%;
        margin: 0 auto;
    }

    .view img {
        width: 50%;
        margin-left: 25%;
        /*  margin-top: 100px; */
    }

    .view span {}
}

@media screen and (max-width:929px){
    section.top span {
        margin-left: 87%;
    }
}

@media screen and (max-width:924px){
    section.top span{
        margin-left: 85%;
    }
}


@media screen and (max-width:768px) {
    .contents {
        height: 2000px;
    }

    .ddd {
        width: 100%;
        height: 400px;
    }


    .bk2 {
        left: 0%;
        z-index: -900;
        width: 100%;
    }

    .bk2 img {
        width: 100%;
    }

    .contents .container {
        width: 80%;
    }

    section .project {
        width: 90%;
        height: 300px;
        margin: 0 auto;
        /*  font-family: 'Noto Sans KR', sans-serif; */
    }

    section.bk_img {
        width: 87%;
        height: auto;
    }

    section.bk_img img {
        width: 100%;
        height: auto;
    }


    section.top span {
        margin-left: 30%;
        background: #eee;
        padding: 10px;
        border-radius: 20px;
        font-size: 14px;
    }

    /* Design_Guide */
    section.Design_Guide {
        width: 87%;
        height: 700px;
        margin: 0 auto;
    }

    /* section.Design_Guide h2 {
         font-size: 28px;
         font-family: 'NanumSquareBold';
     } */

    section.Design_Guide .style {
        width: 90%;
        height: 400px;
        /* margin: 0 auto; */
        margin-top: 70px;
    }

    section.Design_Guide .style .motif {
        width: 100%;
        height: 50px;
        font-size: 17px;
        line-height: 20px;
    }

    section.Design_Guide .style .motif b {
        width: 18%;
    }

    section.Design_Guide .style .motif p {
        width: 92%;
        height: 100%;
        font-size: 14px;
        line-height: 25px;
        margin-left: 30px;
        margin-top: 0;
    }

    section.Design_Guide .style .font {
        width: 100%;
        height: 170px;
        font-size: 17px;
        display: flex;
        justify-content: left;
        margin-top: 70px;
    }

    section.Design_Guide .style .font>b {
        width: 12%;
    }

    section.Design_Guide .style .font .font_box {
        width: 80%;
        height: 170px;
        /* border-radius: 40px; */
        margin-left: 50px;
    }


    section.Design_Guide .style .font .font_box b {
        line-height: 28px;
        height: 28px;
        width: 30%;
        font-size: 16px;
        letter-spacing: -1px;
        margin-left: 24px;
        margin-top: 15%;
        padding-right: 9px;
    }

    section.Design_Guide .style .font .font_box .in {
        width: 100%;
        height: 110px;
        margin-top: 30px;
        border-left: 2px solid rgb(136, 136, 136);
        margin-left: 0;
    }

    section.Design_Guide .style .font .font_box .in p {
        margin-left: 40px;
        padding: 9px;
    }

    section.Design_Guide .style .font .font_box .in p:nth-child(1) {
        font-family: 'NanumSquareRound';
        font-weight: 300;
        font-size: 16px;
    }

    section.Design_Guide .style .font .font_box .in p span {
        /* font-family: 'Noto Sans KR', sans-serif;
         font-weight: 400; */
        margin-left: 18px;
        font-size: 12px;
    }

    section.Design_Guide .style .font .font_box .in p:nth-child(2) {
        font-family: 'NanumSquareRound';
        font-weight: bold;
        font-size: 17px;
    }

    section.Design_Guide .style .font .font_box .in p:nth-child(3) {
        font-family: 'NanumSquareRound';
        font-weight: 700;
        font-size: 22px;
    }


    section.Design_Guide .style .color {
        width: 100%;
        height: 120px;
        font-size: 18px;
        display: flex;
        justify-content: left;
        flex-flow: column;
        margin-top: 50px;

    }

    section.Design_Guide .style .color b {
        /* color: goldenrod;
         font-family: 'NanumSquareBold'; */
    }

    section.Design_Guide .style .color p {
        margin-top: -20px;
        width: 60%;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
        font-family: 'Noto Sans KR', sans-serif;
        margin-left: 140px;
        color: #333;
    }

    section.Design_Guide .style .color img {
        width: 30%;
        height: 42px;
        /* margin-top: 25px;
         margin-left: 140px; */
    }

    /* 페르소나 */
    section.persona {
        width: 87%;
        height: 400px;
        /* display: flex;
         justify-content: left;
         flex-flow: column; */
        margin: 0 auto;
    }

    section.persona h2 {
        /* font-size: 28px;
         font-family: 'NanumSquareBold'; */
    }

    section.persona p {
        width: 70%;
        /*  height: 30px; */
        font-size: 15px;
        /*  font-weight: 400; */
        /* line-height: 30px;
         font-family: 'Noto Sans KR', sans-serif; */
        margin-top: 20px;
        margin-left: 40px;
        /* color: #555; */
    }

    section.persona img {
        margin-left: 15%;
        width: 70%;
        /* margin: 0 auto;
         margin-top: 20px; */
    }


    /* preview */
    .view {
        width: 90%;
        height: 400px;
        margin: 0 auto;
        margin-top: 100px;
    }

    .view img {
        width: 70%;
        margin-left: 15%;
        /*  margin-top: 100px; */
    }

    .view span {}
}

@media screen and (max-width:718px) {
    .contents .container {
        width: 98%;
    }
}

@media screen and (max-width:711px){
    .contents .container {
        width: 90%;
    }
}

@media screen and (max-width:624px) {
    section.Design_Guide .style .font .font_box .in p{
        margin-left: 0;
        padding: 7px;
    } 
}

@media screen and (max-width:539px){
    section.Design_Guide .style .font .font_box .in p {
        margin-left: 39px;
        padding: 8px;
    }
}

@media screen and (max-width:580px) {
    section.Design_Guide .style .font .font_box .in p{
        margin-left: 0;
    } 
}

@media screen and (max-width:497px){
    section.Design_Guide .style .font .font_box .in p span {
        display: none;
    }
}

@media screen and (max-width:490px){
    .contents .container {
        width: 95%;
    }
}

@media screen and (max-width:480px) {
    .contents {
        height: 2400px;
    }

    .ddd {
        width: 100%;
        z-index: -999;
        height: 300px;
    }

    .bk2 {
        left: 0%;
        z-index: -900;
        width: 100%;
    }

    .bk2 img {
        width: 100%;
    }

    .contents .container {
        width: 80%;
    }

    section .project {
        width: 90%;
        height: 300px;
        margin: 0 auto;
        /*  font-family: 'Noto Sans KR', sans-serif; */
    }

    section.bk_img {
        width: 80%;
        height: auto;
    }

    section.bk_img img {
        width: 100%;
        height: auto;
    }

    .bk {
        width: 100%;
        height: 376px;
    }

    section.top span {
        margin-left: 70%;
        background: #eee;
        padding: 8px;
        border-radius: 20px;
        font-size: 13px;
    }

    /* Design_Guide */
    section.Design_Guide {
        width: 87%;
        height: 570px;
        margin: 0 auto;
    }

    /* section.Design_Guide h2 {
         font-size: 28px;
         font-family: 'NanumSquareBold';
     } */

    section.Design_Guide .style {
        width: 90%;
        height: 400px;
        /* margin: 0 auto; */
        margin-top: 70px;
    }

    section.Design_Guide .style .motif {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 20px;
    }

    section.Design_Guide .style .motif b {
        width: 18%;
    }

    section.Design_Guide .style .motif p {
        width: 92%;
        height: 100%;
        font-size: 14px;
        line-height: 18px;
        margin-left: 30px;
        margin-top: 0;
    }

    section.Design_Guide .style .font {
        width: 100%;
        height: 50px;
        font-size: 17px;
        display: flex;
        justify-content: left;
        margin-top: 70px;
    }

    section.Design_Guide .style .font>b {
        width: 12%;
    }

    section.Design_Guide .style .font .font_box {
        width: 80%;
        height: 50px;
        /* border-radius: 40px; */
        margin-left: 50px;
    }


    section.Design_Guide .style .font .font_box b {
        line-height: 50px;
        height: 50px;
        width: 60%;
        font-size: 16px;
        letter-spacing: -1px;
        margin-left: 24px;
        margin-top: 0;
        padding-right: 9px;
    }

    section.Design_Guide .style .font .font_box .in {
        display: none;
    }

    section.Design_Guide .style .color {
        width: 100%;
        height: 120px;
        font-size: 18px;
        display: flex;
        justify-content: left;
        flex-flow: column;
        margin-top: 50px;

    }

    section.Design_Guide .style .color b {
        /* color: goldenrod;
         font-family: 'NanumSquareBold'; */
    }

    section.Design_Guide .style .color p {
        margin-top: -20px;
        width: 60%;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
        font-family: 'Noto Sans KR', sans-serif;
        margin-left: 80px;
        color: #333;
    }

    section.Design_Guide .style .color img {
        width: 50%;
        height: 42px;
        margin-left: 80px;
        /* margin-top: 25px;
          */
    }

    /* 페르소나 */
    section.persona {
        width: 87%;
        height: 300px;
        /* display: flex;
         justify-content: left;
         flex-flow: column; */
        margin: 0 auto;
    }

    section.persona h2 {
        /* font-size: 28px;
         font-family: 'NanumSquareBold'; */
    }

    section.persona p {
        width: 70%;
        /*  height: 30px; */
        font-size: 15px;
        /*  font-weight: 400; */
        /* line-height: 30px;
         font-family: 'Noto Sans KR', sans-serif; */
        margin-top: 20px;
        margin-left: 40px;
        /* color: #555; */
    }

    section.persona img {
        margin-left: 0;
        width: 100%;
        margin-top: 0;
        /* margin: 0 auto;
          */
    }


    /* preview */
    .view {
        width: 100%;
        height: 300px;
        margin: 0 auto;
        margin-top: 150px;
    }

    .view img {
        width: 80%;
        margin-left: 10%;
        /*  margin-top: 100px; */
    }

    .view span {
        margin-left: 280px;
        margin-top: 10px;
    }
}